home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / MBOOT320.ARJ / MBOOT.CFG next >
Text File  |  1991-12-05  |  3KB  |  99 lines

  1. ${D} TESTING
  2. # This is the example config for MultiBoot version 3.02
  3. # because these lines start with the # symbol, they will not be
  4. # used in the CONFIG.SYS or AUTOEXEC.BAT
  5. #
  6. $A$ PROMPT $p$g
  7. # This is a global AUTOEXEC line, it will be used in all the autoexecs.
  8. # this reduces repetition in the data file.  You may have up to 100 global
  9. # autoexec lines.
  10.  
  11. $C$ FILES = 20
  12. # This is a global CONFIG line, it acts the same as the global AUTOEXEC
  13. # except it appears in the config.sys.
  14.  
  15. # This is a name line, the first of three lines required for a config
  16. ${N} ZILCH                ;Absolutely nothing
  17.  
  18. ${C}
  19.   FILES = 20
  20. BUFFERS = 15
  21. # This is an autoexec line.  The last part of a config.  It specifies where
  22. # the autoexec.bat data for this option starts.
  23.  
  24. ${A}
  25. ECHO OFF
  26. REM * ZILCH BOOTUP - MINIMUM *
  27. ECHO ┌──────────────┐
  28. ECHO │ ZILCH BOOTUP │
  29. ECHO └──────────────┘
  30. VERIFY OFF
  31. #PROMPT $P$G  << this is not needed because of the global line above
  32. PATH   =C:\PD;C:\ARC;C:\TSR;C:\UTILS;C:\NORTON;C:\DOS;C:\WORDS;C:\
  33. ECHO Checking System Files for Corruption...
  34. crcdos -s -c GOOD.CRC
  35. # The /r at the end of this name line forces a reboot when choosing this option
  36.  
  37. ${N} ZILCH-C               ;Absolutely nothing w/CACHE /r
  38.  
  39. ${C}
  40. # FILES = 20  << this is not needed because of the global line above
  41. BUFFERS = 15
  42. DEVICE = \DOS\SMARTDRV.SYS 1024
  43.  
  44. ${A}
  45. ECHO OFF
  46. REM * ZILCH BOOTUP - MINIMUM *
  47. ECHO ┌──────────────┐
  48. ECHO │ ZILCH BOOTUP │
  49. ECHO └──────────────┘
  50. VERIFY OFF
  51. PROMPT $P$G
  52. PATH   =C:\PD;C:\ARC;C:\TSR;C:\UTILS;C:\NORTON;C:\DOS;C:\WORDS;C:\
  53. ECHO Checking System Files for Corruption...
  54. crcdos -s -c GOOD.CRC
  55.  
  56. ${N} QEMM-RC         ;QEMM with large ramdisk and cache
  57.  
  58. ${C}
  59.     FILES = 20
  60.   BUFFERS = 5
  61. LASTDRIVE = Z
  62.  DEVICE = C:\QEMM\QEMM.SYS EXTMEM=1024 RAM
  63.  DEVICE = C:\QEMM\LOADHI.SYS /R:1 \DOS\SMARTDRV.SYS 1024
  64.  DEVICE = C:\QEMM\LOADHI.SYS /R:1 \PD\NJRAMD.SYS /P450
  65.  
  66. ${A}
  67. ECHO OFF
  68. PATH   =C:\PD;C:\ARC;C:\TSR;C:\DOS;C:\UTILS;C:\NORTON;C:\WORDS;C:\;C:\QEMM
  69. KEYFAST
  70. MODE MONO
  71. TOGGLE -c -n -s
  72. ECHO Checking System File CRC...
  73. CRCDOS -s -c GOOD.CRC
  74. PROMPT $P$G
  75. CLS
  76. MAPMEM
  77. RFREE
  78.  
  79. ${N} SCANNER          ;Scanner Setup - Scanner & Cache
  80.  
  81. ${C}
  82.   FILES = 20
  83. BUFFERS = 15
  84.  DEVICE = \DOS\SMARTDRV.SYS 1024
  85.  DEVICE = E:\SCAN\POPSMAN1.SYS
  86.  
  87. ${A}
  88. ECHO OFF
  89. REM * ZILCH BOOTUP - MINIMUM *
  90. E:\SCAN\FX80
  91. ECHO ┌────────────────┐
  92. ECHO │ SCANNER BOOTUP │
  93. ECHO └────────────────┘
  94. PROMPT $P$G
  95. VERIFY OFF
  96. PATH   =C:\PD;C:\ARC;C:\TSR;C:\UTILS;C:\NORTON;C:\DOS;C:\WORDS;C:\
  97. ECHO Checking System Files for Corruption...
  98. cxcdos -s -c GOOD.CRC
  99.